github.com/klauspost/compress/zstd.blockDec.dataStorage (field)
5 uses
github.com/klauspost/compress/zstd (current package)
blockdec.go#L69: dataStorage []byte
blockdec.go#L192: if _, ok := br.(*byteBuf); !ok && cap(b.dataStorage) < cSize {
blockdec.go#L195: b.dataStorage = make([]byte, 0, cSize+compressedBlockOverAlloc)
blockdec.go#L197: b.dataStorage = make([]byte, 0, maxCompressedBlockSizeAlloc)
blockdec.go#L200: b.data, err = br.readBig(cSize, b.dataStorage)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |